home *** CD-ROM | disk | FTP | other *** search
- // some ansi escape sequences
-
- #define ANSI_CLS "\014\033[1;1H\033[2J"
- #define ANSI_RESET "\033[0;37m"
- #define ANSI_BOLD "\033[1m"
- #define ANSI_ITALIC "\033[3m"
- #define ANSI_UNDERLINE "\033[4m"
- #define ANSI_FG_BLACK "\033[30m"
- #define ANSI_FG_RED "\033[31m"
- #define ANSI_FG_GREEN "\033[32m"
- #define ANSI_FG_YELLOW "\033[33m"
- #define ANSI_FG_BLUE "\033[34m"
- #define ANSI_FG_PURPLE "\033[35m"
- #define ANSI_FG_CYAN "\033[36m"
- #define ANSI_FG_WHITE "\033[37m"
- #define ANSI_BG_BLACK "\033[40m"
- #define ANSI_BG_RED "\033[41m"
- #define ANSI_BG_GREEN "\033[42m"
- #define ANSI_BG_YELLOW "\033[43m"
- #define ANSI_BG_BLUE "\033[44m"
- #define ANSI_BG_PURPLE "\033[45m"
- #define ANSI_BG_CYAN "\033[46m"
- #define ANSI_BG_WHITE "\033[47m"
-